<tr><td>/server:serveraddress</td><td> - </td><td>specify server IP address or name (127.0.0.1 by default)</td></tr>
<tr><td>/port:portnumber</td><td> - </td><td>specify port number (5517 by default)</td></tr>
<tr><td>/connect:duration</td><td> - </td><td>tell SetiQueue to connect to the Internet. You can specify one of the following durations (30 minutes by default):
<table class="helpboxDescTable">
<tr><td><b>0.5</b> or <b>30</b></td><td> - </td><td>30 minutes</td></tr>
<tr><td><b>1</b> or <b>60</b></td><td> - </td><td>1 hour</td></tr>
<tr><td><b>2</b> or <b>120</b></td><td> - </td><td>2 hours</td></tr>
<tr><td><b>4</b> or <b>240</b></td><td> - </td><td>4 hours</td></tr>
<tr><td style="color: red">If you are using DQSD v3.0 or earlier and you specify an IP address for the serveraddress parameter, you will need to edit defer_tools.js and change<br/>
<nobr><span style="font-family: monospace; color: #000000"> var re_switch = /\/((\w+)(?::?(\w*)))\s*/;</span></nobr><br/>
to<br/>
<nobr><span style="font-family: monospace; color: #000000"> var re_switch = /\/((\w+)(?::?(\S*)))\s*/;</span></nobr></td></tr>